From e26b60d48cc29a319b3ccc6c92157d9da1f9ceba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Fri, 25 Aug 2017 14:52:14 +0200 Subject: [PATCH] container: Remove leftover prototype Thanks to Murray Cumming. --- gtk/gtkcontainer.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gtk/gtkcontainer.h b/gtk/gtkcontainer.h index e56736fe33..eb19f90976 100644 --- a/gtk/gtkcontainer.h +++ b/gtk/gtkcontainer.h @@ -137,11 +137,6 @@ void gtk_container_foreach (GtkContainer *container, GDK_AVAILABLE_IN_ALL GList* gtk_container_get_children (GtkContainer *container); -GDK_AVAILABLE_IN_ALL -void gtk_container_propagate_draw (GtkContainer *container, - GtkWidget *child, - cairo_t *cr); - GDK_AVAILABLE_IN_ALL void gtk_container_set_focus_chain (GtkContainer *container, GList *focusable_widgets); -- 2.30.2